home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000079_Denis.Roegel@loria.fr_Sat Feb 11 15:52:11 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  2KB

  1. Received: from lorraine.loria.fr by cs.umb.edu with SMTP id AA03945
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 11 Feb 1995 08:51:09 -0500
  3. Received: from pandore.loria.fr (pandore.loria.fr [152.81.4.135]) by lorraine.loria.fr (8.6.9/8.6.9) with ESMTP id OAA29317; Sat, 11 Feb 1995 14:51:05 +0100
  4. From: "Denis B. Roegel" <Denis.Roegel@loria.fr>
  5. Received: from localhost (roegel@localhost) by pandore.loria.fr (8.6.4/8.6.4) id OAA16362; Sat, 11 Feb 1995 14:52:12 +0100
  6. Message-Id: <199502111352.OAA16362@pandore.loria.fr>
  7. Subject: Re: TEXFONTS
  8. To: tex-k@cs.umb.edu
  9. Date: Sat, 11 Feb 1995 14:52:11 +0100 (MET)
  10. Cc: roegel@lorraine.loria.fr (Denis B. Roegel)
  11. In-Reply-To: <199502111340.OAA16305@pandore.loria.fr> from "Denis B. Roegel" at Feb 11, 95 02:40:09 pm
  12. X-Mailer: ELM [version 2.4 PL24]
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=ISO-8859-1
  15. Content-Transfer-Encoding: 8bit
  16. Content-Length: 673       
  17.  
  18. I said:
  19. >   
  20. >   Why is TEXFONTS set to /usr/local/lib/tex/fonts
  21. >   in kpathsea/pathsearch.c.
  22. >   Shouldn't this depend on texmf.cnf or whatever ?
  23. >   
  24. >   Because of this setting, the .vf files are searched
  25. >   in that directory instead of /usr/local/lib/texmf/fonts/vf.
  26.  
  27. Let me just precise that this happens only with dvipsk, not xdvik.
  28. (I have both the latest releases)
  29.  
  30. >   The fonts are currently found because of a link,
  31. >   but I thought that *without any change* kpathsea
  32. >   would look into /usr/local/lib/texmf/fonts/vf,
  33. >   since texmf.cnf contains:
  34. >   
  35. >   VFFONTS = .:$TEXMF/fonts//vf
  36. >   
  37. >   
  38. >   So, am I doing something wrong ?
  39. >   
  40. >   Denis
  41. >   
  42. >